home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / E / EASY LABELS-VHS.cpt / EasyLabels - VHS / card_2816.txt < prev    next >
Text File  |  1990-01-11  |  6KB  |  279 lines

  1. -- card: 2816 from stack: in
  2. -- bmap block id: 6189
  3. -- flags: 0000
  4. -- background id: 2658
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=54 top=70 right=137 bottom=446
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 256
  18. -- line height: 13
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=181 top=137 right=179 bottom=310
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 10
  31. -- style flags: 256
  32. -- line height: 13
  33. -- part name: 
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=52 top=182 right=198 bottom=439
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 10
  45. -- style flags: 256
  46. -- line height: 13
  47. -- part name: 
  48.  
  49.  
  50. -- part 4 (field)
  51. -- low flags: 01
  52. -- high flags: 0000
  53. -- rect: left=170 top=197 right=239 bottom=317
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 10
  59. -- style flags: 256
  60. -- line height: 13
  61. -- part name: 
  62.  
  63.  
  64. -- part 5 (field)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=54 top=247 right=278 bottom=372
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 10
  73. -- style flags: 1280
  74. -- line height: 13
  75. -- part name: 
  76.  
  77.  
  78. -- part 6 (field)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=138 top=294 right=308 bottom=351
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 3
  86. -- text size: 10
  87. -- style flags: 256
  88. -- line height: 13
  89. -- part name: 
  90.  
  91.  
  92. -- part 8 (field)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=124 top=42 right=64 bottom=370
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 2
  100. -- text size: 14
  101. -- style flags: 256
  102. -- line height: 18
  103. -- part name: 
  104.  
  105.  
  106. -- part 13 (button)
  107. -- low flags: 00
  108. -- high flags: 8003
  109. -- rect: left=17 top=43 right=64 bottom=101
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: VHS Labels
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   visual effect iris open
  121.   go to card id 5072
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 14 (button)
  127. -- low flags: 00
  128. -- high flags: 8003
  129. -- rect: left=16 top=293 right=314 bottom=99
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Order Form
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   visual effect iris open
  141.   go next
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part 15 (button)
  147. -- low flags: 00
  148. -- high flags: 2003
  149. -- rect: left=385 top=242 right=287 bottom=438
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 8879 / 8879
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: 
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   answer "Install a linked button in your home card?" with "Cancel" or "Yes"
  161.   if it = "Cancel" then exit mouseUp
  162.   select me
  163.   doMenu "Copy Button"
  164.   lock screen
  165.   push card
  166.   go home
  167.   repeat with n = 1 to number of cd btns
  168.     if short name of cd btn n = "EasyLabels" then
  169.       choose browse tool
  170.       pop card
  171.       unlock screen
  172.       answer "You had already installed this button!"
  173.       exit mouseUp
  174.     end if
  175.   end repeat
  176.   doMenu "Paste Button"
  177.   put number of cd btns into holder
  178.   put id of cd btn holder into butID
  179.   set rect of cd btn id butID to 233,148,294,198
  180.   set style of cd btn id butID to transparent
  181.   set name of cd btn id butID to "EasyLabels"
  182.   set script of cd btn id butID to "on mouseUp" & return && "hide menubar" & return && "visual effect iris open" & return && "go to card id 5813 of stack" & quote & "EasyLabels - VHS" & quote & return && "end mouseUp"
  183.   answer "Position button, then press it to return."
  184.   put "Position button: ‚ÄúEasyLabels‚Äù as desired, then press Cmd-Tab, Cmd-M!"
  185.   unlock screen with dissolve
  186. end mouseUp
  187.  
  188.  
  189.  
  190. -- part 16 (button)
  191. -- low flags: 00
  192. -- high flags: 8003
  193. -- rect: left=364 top=143 right=164 bottom=449
  194. -- title width / last selected line: 0
  195. -- icon id / first selected line: 0 / 0
  196. -- text alignment: 1
  197. -- font id: 0
  198. -- text size: 12
  199. -- style flags: 0
  200. -- line height: 16
  201. -- part name: About Matri
  202. ----- HyperTalk script -----
  203. on mouseUp
  204.   visual effect iris open
  205.   go card 7
  206. end mouseUp
  207.  
  208.  
  209.  
  210. -- part 17 (button)
  211. -- low flags: 00
  212. -- high flags: 0000
  213. -- rect: left=461 top=26 right=51 bottom=487
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 21700 / 21700
  216. -- text alignment: 1
  217. -- font id: 0
  218. -- text size: 12
  219. -- style flags: 0
  220. -- line height: 16
  221. -- part name: Home
  222. ----- HyperTalk script -----
  223. on mouseUp
  224.   visual effect iris close
  225.   go Home
  226. end mouseUp
  227.  
  228.  
  229.  
  230. -- part 18 (button)
  231. -- low flags: 00
  232. -- high flags: 0000
  233. -- rect: left=460 top=300 right=323 bottom=491
  234. -- title width / last selected line: 0
  235. -- icon id / first selected line: 1012 / 1012
  236. -- text alignment: 1
  237. -- font id: 0
  238. -- text size: 12
  239. -- style flags: 0
  240. -- line height: 16
  241. -- part name: New Button
  242. ----- HyperTalk script -----
  243. on mouseUp
  244.   visual effect venetian blinds
  245.   go first card
  246. end mouseUp
  247.  
  248.  
  249.  
  250. -- part contents for card part 1
  251. ----- text -----
  252. This stack provides the capability to produce VHS format cassette labels directly from your MacIntosh and printer. A basic set  of 10 self-adhesive, removeable labels and EasyLabel‚Ñ¢ shareware registration certificate can be obtained by sending $10.00, by check or money order, to: 
  253.  
  254. -- part contents for card part 2
  255. ----- text -----
  256. Matri Software
  257. 25 Tanglewood Drive
  258. Canton, CT 06019
  259.  
  260. -- part contents for card part 3
  261. ----- text -----
  262. Registered owners may purchase additional labels as follows: 
  263.  
  264.  
  265. -- part contents for card part 4
  266. ----- text -----
  267. 20 Labels for $  6.50 40 Labels for $12.50 60 Labels for $18.00
  268.  
  269. -- part contents for card part 5
  270. ----- text -----
  271. To add a linked button to your Home card, place the cursor over this button and click it. --------->
  272.  
  273. -- part contents for card part 6
  274. ----- text -----
  275. Copyright ¬© 1989, Matri Software
  276.  
  277. -- part contents for card part 8
  278. ----- text -----
  279. EasyLabels‚Ñ¢-VHS